From 17ef30ce4009ef610079fa3a611b64afdb4b7736 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 9 Jan 2001 13:46:53 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index b980a9524b5..7a36b02cd67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2001-01-09 Gerd Moellmann + + * alloc.c (Fgarbage_collect): Use a record_unwind_protect to + ensure that pop_message is called. + + * keyboard.c (Fexecute_extended_command): Use a + record_unwind_protect to ensure that pop_message is called. + + * lisp.h (push_message_unwind): Add prototype. + + * xdisp.c (push_message_unwind): New function. + + * fileio.c (do_auto_save_unwind): Do the pop_message here + instead of in Fdo_auto_save. + (Fdo_auto_save): Don't call pop_message. + 2001-01-08 Ken Raeburn * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I -- 2.30.2